From 9a4ab5221f52304e2a359301ff5909ecec007b31 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 16 May 2006 21:35:52 +0000 Subject: [PATCH] Fix trailing comma. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2053 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 4eec8ca4c..4ebcb4fb1 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -538,7 +538,7 @@ typedef struct arglist { typedef enum { ff_type_file = 1, /* normal format: useful to a GUI. */ ff_type_internal, /* fmt not useful with default options */ - ff_type_serial, /* format describes a serial protoco (GUI can display port names) */ + ff_type_serial /* format describes a serial protocol (GUI can display port names) */ } ff_type; typedef enum { -- 2.30.2